| /trunk/main/basic/source/comp/ |
| H A D | scanner.cxx | 43 pLine = NULL; in SbiScanner() 124 if( pLine && *pLine == ':' ) in DoesColonFollow() 126 pLine++; nCol++; return sal_True; in DoesColonFollow() 174 if( !pLine ) in NextSym() 197 pLine = aLine.getStr(); in NextSym() 204 while( lclIsWhitespace( *pLine ) ) in NextSym() 205 pLine++, nCol++, bSpaces = sal_True; in NextSym() 210 if( !*pLine ) in NextSym() 216 if( *pLine == '#' ) in NextSym() 218 pLine++; in NextSym() [all …]
|
| /trunk/main/extensions/source/propctrlr/ |
| H A D | browserlistbox.cxx | 600 m_aOrderedLines[ _nIndex ]->second.pLine->SetPosSizePixel( aPos, aSize ); in PositionLine() 602 … m_aOrderedLines[ _nIndex ]->second.pLine->SetTitleWidth( m_nTheNameSize + 2 * FRAME_OFFSET ); in PositionLine() 605 if ( !m_aOrderedLines[ _nIndex ]->second.pLine->IsVisible() ) in PositionLine() 606 m_aOrderedLines[ _nIndex ]->second.pLine->Show(); in PositionLine() 670 Reference< XPropertyControl > xControl( line->second.pLine->getControl() ); in SetPropertyValue() 704 _out_rpLine = line->second.pLine; in impl_getBrowserLineForName() 713 BrowserLinePointer pLine; in EnablePropertyControls() local 714 if ( impl_getBrowserLineForName( _rEntryName, pLine ) ) in EnablePropertyControls() 715 pLine->EnablePropertyControls( _nControls, _bEnable ); in EnablePropertyControls() 721 BrowserLinePointer pLine; in EnablePropertyLine() local [all …]
|
| /trunk/main/editeng/source/editeng/ |
| H A D | impedit3.cxx | 721 EditLine* pLine = pParaPortion->GetLines().GetObject( nL ); in CreateLines() local 722 if ( pLine->GetEnd() > nRealInvalidStart ) // nicht nInvalidStart! in CreateLines() 727 pLine->SetValid(); in CreateLines() 734 EditLine* pLine = pParaPortion->GetLines().GetObject( nLine ); in CreateLines() local 753 sal_uInt16 nIndex = pLine->GetStart(); in CreateLines() 754 EditLine aSaveLine( *pLine ); in CreateLines() 814 pLine->GetCharPosArray().Remove( 0, pLine->GetCharPosArray().Count() ); in CreateLines() 817 sal_uInt16 nTmpPortion = pLine->GetStartPortion(); in CreateLines() 831 long nTextY = nStartPosY + GetEditCursor( pParaPortion, pLine->GetStart() ).Top(); in CreateLines() 850 nTextLineHeight = pLine->GetHeight(); in CreateLines() [all …]
|
| H A D | impedit2.cxx | 620 EditLine* pLine = pParaPortion->GetLines().GetObject( nLine ); in Command() local 621 if ( pLine && ( nInputEnd > pLine->GetEnd() ) ) in Command() 622 nInputEnd = pLine->GetEnd(); in Command() 1038 EditLine* pLine = pParaPortion->GetLines().GetObject( nLine ); in CursorVisualStartEnd() local 1039 sal_Bool bEmptyLine = pLine->GetStart() == pLine->GetEnd(); in CursorVisualStartEnd() 1045 String aLine( *aPaM.GetNode(), pLine->GetStart(), pLine->GetEnd() - pLine->GetStart() ); in CursorVisualStartEnd() 1061 aPaM.GetIndex() = nLogPos + pLine->GetStart(); in CursorVisualStartEnd() 1096 EditLine* pLine = pParaPortion->GetLines().GetObject( nLine ); in CursorVisualLeftRight() local 1097 sal_Bool bEmptyLine = pLine->GetStart() == pLine->GetEnd(); in CursorVisualLeftRight() 1167 String aLine( *aPaM.GetNode(), pLine->GetStart(), pLine->GetEnd() - pLine->GetStart() ); in CursorVisualLeftRight() [all …]
|
| /trunk/main/sw/source/core/table/ |
| H A D | swnewtable.cxx | 202 SwTableBox* lcl_LeftBorder2Box( long nLeft, const SwTableLine* pLine ) in lcl_LeftBorder2Box() argument 204 if( !pLine ) in lcl_LeftBorder2Box() 207 sal_uInt16 nCount = pLine->GetTabBoxes().Count(); in lcl_LeftBorder2Box() 210 SwTableBox* pBox = pLine->GetTabBoxes()[nCurrBox]; in lcl_LeftBorder2Box() 270 const SwTableLine* pLine = rTable.GetTabLines()[ nRowIdx ]; in lcl_ChangeRowSpan() local 271 sal_uInt16 nBoxCount = pLine->GetTabBoxes().Count(); in lcl_ChangeRowSpan() 274 long nRowSpan = pLine->GetTabBoxes()[nCurrBox]->getRowSpan(); in lcl_ChangeRowSpan() 309 pLine->GetTabBoxes()[ nCurrBox ]->setRowSpan( nRowSpan ); in lcl_ChangeRowSpan() 340 SwTableLine* pLine = aLines[nRow]; in CollectBoxSelection() local 341 ASSERT( pLine, "Missing table line" ); in CollectBoxSelection() [all …]
|
| H A D | swtable.cxx | 276 SwTableLine* pLine, SwTableBoxFmt* pBoxFrmFmt, in _InsTblBox() argument 296 pDoc->GetNodes().InsBoxen( pTblNd, pLine, pBoxFrmFmt, in _InsTblBox() 301 pDoc->GetNodes().InsBoxen( pTblNd, pLine, pBoxFrmFmt, in _InsTblBox() 307 pDoc->GetNodes().InsBoxen( pTblNd, pLine, pBoxFrmFmt, in _InsTblBox() 314 SwTableBoxes& rTblBoxes = pLine->GetTabBoxes(); in _InsTblBox() 537 const SwTableLine *pLine = pBox->GetUpper(); in lcl_SortedTabColInsert() local 538 while ( pLine ) in lcl_SortedTabColInsert() 539 { const SwTableBoxes &rBoxes = pLine->GetTabBoxes(); in lcl_SortedTabColInsert() 549 if ( pLine == pBox->GetUpper() || 0 == nLeftMin ) in lcl_SortedTabColInsert() 561 pCur = pLine->GetUpper(); in lcl_SortedTabColInsert() [all …]
|
| /trunk/main/svtools/source/edit/ |
| H A D | texteng.cxx | 319 TextLine* pLine = pTEParaPortion->GetLines()[nL]; in GetTextLines() local 320 …aText += pTEParaPortion->GetNode()->GetText().Copy( pLine->GetStart(), pLine->GetEnd() - pLine->Ge… in GetTextLines() 1000 TextLine* pLine = 0; in GetEditCursor() local 1006 pLine = pTmpLine; in GetEditCursor() 1013 if ( !pLine ) in GetEditCursor() 1018 pLine = pPortion->GetLines().GetObject( pPortion->GetLines().Count()-1 ); in GetEditCursor() 1020 nCurIndex = nCurIndex - pLine->GetLen(); in GetEditCursor() 1030 long nX = ImpGetXPos( rPaM.GetPara(), pLine, rPaM.GetIndex(), bPreferPortionStart ); in GetEditCursor() 1035 long TextEngine::ImpGetXPos( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferP… in ImpGetXPos() argument 1037 …DBG_ASSERT( ( nIndex >= pLine->GetStart() ) && ( nIndex <= pLine->GetEnd() ) , "ImpGetXPos muss ri… in ImpGetXPos() [all …]
|
| H A D | textdata.cxx | 202 TextLine* pLine = maLines.GetObject( nLine ); in GetLineNumber() local 203 if ( ( bInclEnd && ( pLine->GetEnd() >= nChar ) ) || in GetLineNumber() 204 ( pLine->GetEnd() > nChar ) ) in GetLineNumber() 239 TextLine* pLine = maLines[ nL ]; in CorrectValuesBehindLastFormattedLine() local 241 pLine->GetStartPortion() = pLine->GetStartPortion() + nPDiff; in CorrectValuesBehindLastFormattedLine() 242 pLine->GetEndPortion() = pLine->GetEndPortion() + nPDiff; in CorrectValuesBehindLastFormattedLine() 244 pLine->GetStart() = pLine->GetStart() + nTDiff; in CorrectValuesBehindLastFormattedLine() 245 pLine->GetEnd() = pLine->GetEnd() + nTDiff; in CorrectValuesBehindLastFormattedLine() 247 pLine->SetValid(); in CorrectValuesBehindLastFormattedLine()
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | dinfdlg.cxx | 1673 …:CustomPropertiesDurationField( Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesDurationField() argument 1674 Edit( pParent, rResId ), m_pLine( pLine ) in CustomPropertiesDurationField() 1720 …on::CustomPropertiesEditButton( Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesEditButton() argument 1721 PushButton( pParent, rResId ), m_pLine( pLine ) in CustomPropertiesEditButton() 1836 CustomPropertyLine* pLine = pBox->GetLine(); in IMPL_LINK() local 1837 pLine->m_aValueEdit.Show( (CUSTOM_TYPE_TEXT == nType) || (CUSTOM_TYPE_NUMBER == nType) ); in IMPL_LINK() 1838 pLine->m_aDateField.Show( (CUSTOM_TYPE_DATE == nType) || (CUSTOM_TYPE_DATETIME == nType) ); in IMPL_LINK() 1839 pLine->m_aTimeField.Show( CUSTOM_TYPE_DATETIME == nType ); in IMPL_LINK() 1840 pLine->m_aDurationField.Show( CUSTOM_TYPE_DURATION == nType ); in IMPL_LINK() 1841 pLine->m_aEditButton.Show( CUSTOM_TYPE_DURATION == nType ); in IMPL_LINK() [all …]
|
| /trunk/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 180 sal_Bool lcl_SetSelBoxWidth( SwTableLine* pLine, CR_SetBoxWidth& rParam, 182 sal_Bool lcl_SetOtherBoxWidth( SwTableLine* pLine, CR_SetBoxWidth& rParam, 184 sal_Bool lcl_InsSelBox( SwTableLine* pLine, CR_SetBoxWidth& rParam, 186 sal_Bool lcl_InsOtherBox( SwTableLine* pLine, CR_SetBoxWidth& rParam, 188 sal_Bool lcl_DelSelBox( SwTableLine* pLine, CR_SetBoxWidth& rParam, 190 sal_Bool lcl_DelOtherBox( SwTableLine* pLine, CR_SetBoxWidth& rParam, 267 sal_Bool lcl_SetSelLineHeight( SwTableLine* pLine, CR_SetLineHeight& rParam, 269 sal_Bool lcl_SetOtherLineHeight( SwTableLine* pLine, CR_SetLineHeight& rParam, 271 sal_Bool lcl_InsDelSelLine( SwTableLine* pLine, CR_SetLineHeight& rParam, 314 _CpyPara( const _CpyPara& rPara, SwTableLine* pLine ) in _CpyPara() [all …]
|
| H A D | tblcpy.cxx | 199 const SwTableLine* pLine = rFndLines[0]->GetLine(); in TableStructure() local 200 sal_uInt16 nStartLn = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in TableStructure() 204 pLine = rFndLines[ rFndLines.Count()-1 ]->GetLine(); in TableStructure() 205 nEndLn = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in TableStructure() 384 SwTableLine *pLine = rLines[ nLineCount - mnAddLine ]; in moreLines() local 385 addLine( nLine, pLine->GetTabBoxes(), 0, rTable.IsNewModel() ); in moreLines() 569 SwTableLine* pLine = pDstBox->GetUpper(); in lcl_CpyBox() local 570 while( pLine->GetUpper() ) in lcl_CpyBox() 571 pLine = pLine->GetUpper()->GetUpper(); in lcl_CpyBox() 605 pLine == rDstTbl.GetTabLines()[0] ) in lcl_CpyBox() [all …]
|
| /trunk/main/vcl/unx/generic/fontmanager/ |
| H A D | fontcache.cxx | 325 const char* pLine = aLine.GetBuffer(); in read() local 327 fonttype::type eType = (fonttype::type)atoi( pLine ); in read() 333 while( *pLine && *pLine != ';' ) in read() 334 pLine++; in read() 335 if( *pLine != ';' ) in read() 338 pLine++; in read() 339 sal_Int32 nFonts = atoi( pLine ); in read() 343 pLine = aLine.GetBuffer(); in read() 361 for( nIndex = 0; nIndex < nLen && pLine[nIndex] != ';'; nIndex++ ) in read() 365 … OUString( pLine, nIndex, RTL_TEXTENCODING_UTF8 ), in read() [all …]
|
| /trunk/main/rsc/source/parser/ |
| H A D | rscpar.cxx | 47 pLine = (char *)rtl_allocateMemory( nLineBufLen ); in Init() 48 *pLine = '\0'; in Init() 107 if( pLine ) in ~RscFileInst() 108 rtl_freeMemory( pLine ); in ~RscFileInst() 122 if( pLine[ nScanPos ] ) in GetChar() 123 return( pLine[ nScanPos++ ] ); in GetChar() 168 pLine = (char*)rtl_reallocateMemory( pLine, nLineBufLen +1 ); in GetNewLine() 176 pLine[ nLen++ ] = '\0'; in GetNewLine() 184 pLine[ nLen++ ] = '\0'; in GetNewLine() 190 pLine[ nLen++ ] = pInput[ nInputPos++ ]; in GetNewLine() [all …]
|
| /trunk/main/tools/source/debug/ |
| H A D | debug.cxx | 744 const sal_Char* pLine = aBuf; in GetDebugData() local 745 while ( const sal_Char* pNextLine = strstr( pLine, FILE_LINEEND ) ) in GetDebugData() 747 size_t nLineLength = pNextLine - pLine; in GetDebugData() 749 if ( lcl_isConfigSection( pLine, nLineLength ) ) in GetDebugData() 750 eCurrentSection = lcl_getSectionFromName( pLine + 1, nLineLength - 2 ); in GetDebugData() 755 …lcl_tryReadConfigString( pLine, nLineLength, "log_file", aDebugData.aDbgData.aDebugName, sizeof( a… in GetDebugData() 756 … lcl_tryReadConfigBoolean( pLine, nLineLength, "overwrite", &aDebugData.aDbgData.bOverwrite ); in GetDebugData() 757 …lcl_tryReadConfigString( pLine, nLineLength, "include", aDebugData.aDbgData.aInclFilter, sizeof( a… in GetDebugData() 758 …lcl_tryReadConfigString( pLine, nLineLength, "exclude", aDebugData.aDbgData.aExclFilter, sizeof( a… in GetDebugData() 759 …lcl_tryReadConfigString( pLine, nLineLength, "include_class", aDebugData.aDbgData.aInclClassFilter… in GetDebugData() [all …]
|
| /trunk/main/tools/source/generic/ |
| H A D | config.cxx | 285 const sal_uInt8* pLine; in ImplMakeConfigList() local 303 pLine = pBuf+i; in ImplMakeConfigList() 320 if ( *pLine == '[' ) in ImplMakeConfigList() 335 pLine++; in ImplMakeConfigList() 338 while ( (*pLine == ' ') || (*pLine == '\t') ) in ImplMakeConfigList() 341 pLine++; in ImplMakeConfigList() 344 while ( (nNameLen < nLineLen) && (pLine[nNameLen] != ']') ) in ImplMakeConfigList() 348 while ( (pLine[nNameLen-1] == ' ') || (pLine[nNameLen-1] == '\t') ) in ImplMakeConfigList() 351 pGroup->maGroupName = ByteString( (const sal_Char*)pLine, nNameLen ); in ImplMakeConfigList() 394 if ( pLine[0] == ';' ) in ImplMakeConfigList() [all …]
|
| /trunk/main/svl/source/passwordcontainer/ |
| H A D | passwordcontainer.cxx | 60 const sal_Char* pLine; in createIndex() local 67 pLine = line.getStr(); in createIndex() 69 while( *pLine ) in createIndex() 71 if( ( *pLine >= 'A' && *pLine <= 'Z' ) in createIndex() 72 || ( *pLine >= 'a' && *pLine <= 'z' ) in createIndex() 73 || ( *pLine >= '0' && *pLine <= '9' ) ) in createIndex() 75 aResult += ::rtl::OString::valueOf( *pLine ); in createIndex() 80 aResult += ::rtl::OString::valueOf( (sal_Int32) *pLine, 16 ); in createIndex() 83 pLine++; in createIndex() 98 const sal_Char* pLine = line.getStr(); in getInfoFromInd() local [all …]
|
| /trunk/main/sw/source/core/fields/ |
| H A D | cellfml.cxx | 771 const SwTableLine* pLine; in lcl_RelToBox() local 775 pLine = pBox->GetUpper(); in lcl_RelToBox() 776 while( pLine->GetUpper() ) in lcl_RelToBox() 778 pBox = pLine->GetUpper(); in lcl_RelToBox() 779 pLine = pBox->GetUpper(); in lcl_RelToBox() 781 sal_uInt16 nSttBox = pLine->GetTabBoxes().GetPos( pBox ); in lcl_RelToBox() 782 sal_uInt16 nSttLine = rTbl.GetTabLines().GetPos( pLine ); in lcl_RelToBox() 794 pLine = (*pLines)[ sal_uInt16(nLineOffset) ]; in lcl_RelToBox() 797 pBoxes = &pLine->GetTabBoxes(); in lcl_RelToBox() 814 pLine = (*pLines)[ nSttLine-1 ]; in lcl_RelToBox() [all …]
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | xmlexpit.cxx | 663 const SvxBorderLine* pLine; in QueryXMLValue() local 668 pLine = pLeft; in QueryXMLValue() 671 pLine = pRight; in QueryXMLValue() 674 pLine = pTop; in QueryXMLValue() 677 pLine = pBottom; in QueryXMLValue() 680 pLine = NULL; in QueryXMLValue() 684 if( NULL != pLine ) in QueryXMLValue() 686 sal_Int32 nWidth = pLine->GetOutWidth(); in QueryXMLValue() 687 const sal_uInt16 nDistance = pLine->GetDistance(); in QueryXMLValue() 691 nWidth += pLine->GetInWidth(); in QueryXMLValue() [all …]
|
| /trunk/main/sw/source/filter/writer/ |
| H A D | wrtswtbl.cxx | 106 long SwWriteTable::GetLineHeight( const SwTableLine *pLine ) in GetLineHeight() argument 118 nHeight = pLine->GetTableLineHeight(bLayoutAvailable); in GetLineHeight() 134 const SwTableBoxes& rBoxes = pLine->GetTabBoxes(); in GetLineHeight() 163 const SwTableLine *pLine = pBox->GetUpper(); in GetLineHeight() local 165 if( !pLine ) in GetLineHeight() 168 const SwFrmFmt *pLineFrmFmt = pLine->GetFrmFmt(); in GetLineHeight() 182 const SwTableLine *pLine = pBox->GetUpper(); in GetLineBrush() local 184 while( pLine ) in GetLineBrush() 186 const SwFrmFmt *pLineFrmFmt = pLine->GetFrmFmt(); in GetLineBrush() 193 if( !pLine->GetUpper() ) in GetLineBrush() [all …]
|
| /trunk/main/editeng/source/items/ |
| H A D | frmitems.cxx | 1835 table::BorderLine SvxBoxItem::SvxLineToLine(const SvxBorderLine* pLine, sal_Bool bConvert) in SvxLineToLine() argument 1838 if(pLine) in SvxLineToLine() 1840 aLine.Color = pLine->GetColor().GetColor() ; in SvxLineToLine() 1841 …nnerLineWidth = sal_uInt16( bConvert ? TWIP_TO_MM100_UNSIGNED(pLine->GetInWidth() ): pLine->GetInW… in SvxLineToLine() 1842 …uterLineWidth = sal_uInt16( bConvert ? TWIP_TO_MM100_UNSIGNED(pLine->GetOutWidth()): pLine->GetOut… in SvxLineToLine() 1843 …ineDistance = sal_uInt16( bConvert ? TWIP_TO_MM100_UNSIGNED(pLine->GetDistance()): pLine->GetDis… in SvxLineToLine() 2273 const SvxBorderLine* pLine[ 4 ]; // top, left, right, bottom in Store() local 2274 pLine[ 0 ] = GetTop(); in Store() 2275 pLine[ 1 ] = GetLeft(); in Store() 2276 pLine[ 2 ] = GetRight(); in Store() [all …]
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | dinfdlg.hxx | 335 Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesEdit() argument 336 Edit( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesEdit() 348 Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesTypeBox() argument 349 ListBox( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesTypeBox() 361 Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesDateField() argument 362 DateField( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesDateField() 373 Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesTimeField() argument 374 TimeField( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesTimeField() 385 … CustomPropertiesDurationField( Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ); 397 CustomPropertiesEditButton( Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ); [all …]
|
| /trunk/main/tools/bootstrp/addexes2/ |
| H A D | mkfilt.cxx | 198 MkLine *pLine = pLst->GetObject( j ); in Filter() local 199 if ( pLine->bHier ) in Filter() 204 sal_uIntPtr nCount = pLine->pPrivateTnrLst->Count(); in Filter() 207 MkLine *pMkLine = pLine->pPrivateTnrLst->GetObject(i); in Filter() 214 if ( pLine->pPrivateTnrLst != NULL ) in Filter() 215 delete pLine->pPrivateTnrLst; in Filter() 216 pLine->pPrivateTnrLst = NULL; in Filter() 218 if ( pLine->bOut ) in Filter() 219 fputs(pLine->aLine.GetBuffer(), pOut ); in Filter()
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 263 SwTableLine* pLine, in InsBoxen() argument 272 ASSERT( pLine, "keine gueltige Zeile" ); in InsBoxen() 277 if( pLine->GetTabBoxes().Count() ) in InsBoxen() 279 if( nInsPos < pLine->GetTabBoxes().Count() ) in InsBoxen() 281 if( 0 == (pPrvBox = pLine->FindPreviousBox( pTblNd->GetTable(), in InsBoxen() 282 pLine->GetTabBoxes()[ nInsPos ] ))) in InsBoxen() 283 pPrvBox = pLine->FindPreviousBox( pTblNd->GetTable() ); in InsBoxen() 285 else if( 0 == ( pNxtBox = pLine->FindNextBox( pTblNd->GetTable(), in InsBoxen() 286 pLine->GetTabBoxes()[ nInsPos-1 ] ))) in InsBoxen() 287 pNxtBox = pLine->FindNextBox( pTblNd->GetTable() ); in InsBoxen() [all …]
|
| /trunk/main/l10ntools/source/ |
| H A D | gsicheck.cxx | 309 void GSIBlock::InsertLine( GSILine* pLine, ByteString aSourceLang) in InsertLine() argument 312 if ( pLine->GetLanguageId().Equals( aSourceLang ) ) in InsertLine() 316 …e entry double. Treating as Translation.", "File format", "", pLine->GetLineNumber(), pLine->GetUn… in InsertLine() 319 pLine->NotOK(); in InsertLine() 323 pSourceLine = pLine; in InsertLine() 333 if ( GetObject( nPos )->GetLanguageId().Equals( pLine->GetLanguageId() ) ) in InsertLine() 335 …on Language entry double. Checking both.", "File format", "", pLine->GetLineNumber(), pLine->GetUn… in InsertLine() 338 pLine->NotOK(); in InsertLine() 343 Insert( pLine, LIST_APPEND ); in InsertLine() 347 void GSIBlock::SetReferenceLine( GSILine* pLine ) in SetReferenceLine() argument [all …]
|
| /trunk/main/unotools/source/config/ |
| H A D | fontcfg.cxx | 948 const OUString* pLine = (const OUString*)aAny.getValue(); in fillSubstVector() local 950 sal_Int32 nLength = pLine->getLength(); in fillSubstVector() 953 const sal_Unicode* pStr = pLine->getStr(); in fillSubstVector() 966 OUString aSubst( pLine->getToken( 0, ';', nIndex ) ); in fillSubstVector() 997 const OUString* pLine = (const OUString*)aAny.getValue(); in getSubstWeight() local 998 if( pLine->getLength() ) in getSubstWeight() 1001 if( pLine->equalsIgnoreAsciiCaseAscii( pWeightNames[weight].pName ) ) in getSubstWeight() 1007 OUStringToOString( *pLine, RTL_TEXTENCODING_ASCII_US ).getStr() ); in getSubstWeight() 1029 const OUString* pLine = (const OUString*)aAny.getValue(); in getSubstWidth() local 1030 if( pLine->getLength() ) in getSubstWidth() [all …]
|