/aoo41x/main/basic/source/comp/ |
H A D | scanner.cxx | 126 if( pLine && *pLine == ':' ) in DoesColonFollow() 176 if( !pLine ) in NextSym() 220 pLine++; in NextSym() 229 if( *pLine == '_' && !*(pLine+1) ) in NextSym() 230 { pLine++; in NextSym() 263 if( !bUsedForHilite && !*pLine && *(pLine-1) == '_' ) in NextSym() 277 pLine++; in NextSym() 368 pLine++; in NextSym() 427 if( *pLine == '&' ) pLine++, nCol++; in NextSym() 435 else if( *pLine == '"' || *pLine == '[' ) in NextSym() [all …]
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | browserlistbox.cxx | 704 _out_rpLine = line->second.pLine; in impl_getBrowserLineForName() 713 BrowserLinePointer pLine; in EnablePropertyControls() local 721 BrowserLinePointer pLine; in EnablePropertyLine() local 729 BrowserLinePointer pLine; in GetPropertyControl() local 731 return pLine->getControl(); in GetPropertyControl() 1011 rLine.pLine->GetEntryName(), in valueChanged() 1071 loop->second.pLine->Hide(); in Clear() 1088 BrowserLinePointer pLine = (*orderedPos)->second.pLine; in RemoveEntry() local 1089 pLine->Hide(); in RemoveEntry() 1179 rLine.pLine->HideBrowseButton( true ); in ChangeEntry() [all …]
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 727 pLine->SetValid(); in CreateLines() 814 pLine->GetCharPosArray().Remove( 0, pLine->GetCharPosArray().Count() ); in CreateLines() 1321 pLine->SetMaxAscent( (sal_uInt16)(pLine->GetMaxAscent() + nDiff) ); in CreateLines() 1404 sal_uInt16 nPosInArray = pLine->GetEnd()-1-pLine->GetStart(); in CreateLines() 1473 …pLine->SetHeight( (sal_uInt16) ( pLine->GetHeight() + nTextExtraYOffset ), 0, pLine->GetHeight() ); in CreateLines() 1538 pLine = 0; in CreateLines() 1546 if ( !pLine ) in CreateLines() 1565 if ( pLine ) in CreateLines() 1993 pLine->GetCharPosArray()[ nBreakPos-1 - pLine->GetStart() - 1 ]; in ImpBreakLine() 2111 pLine->SetTextWidth( pLine->GetTextWidth() + nRemainingSpace ); in ImpAdjustBlocks() [all …]
|
H A D | impedit2.cxx | 621 if ( pLine && ( nInputEnd > pLine->GetEnd() ) ) in Command() 1034 sal_Bool bEmptyLine = pLine->GetStart() == pLine->GetEnd(); in CursorVisualStartEnd() 1040 String aLine( *aPaM.GetNode(), pLine->GetStart(), pLine->GetEnd() - pLine->GetStart() ); in CursorVisualStartEnd() 1092 sal_Bool bEmptyLine = pLine->GetStart() == pLine->GetEnd(); in CursorVisualLeftRight() 1162 String aLine( *aPaM.GetNode(), pLine->GetStart(), pLine->GetEnd() - pLine->GetStart() ); in CursorVisualLeftRight() 1441 if ( pLine->GetEnd() > pLine->GetStart() ) in CursorEndOfLine() 3205 EditLine* pLine; in CalcTextWidth() local 3924 pLine = pTmpLine; in GetPaM() 4058 nChar = ( nXPos <= pLine->GetStartPosX() ) ? pLine->GetStart() : pLine->GetEnd(); in GetChar() 4432 pLine = pTmpLine; in GetEditCursor() [all …]
|
/aoo41x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 204 if( !pLine ) in lcl_LeftBorder2Box() 340 SwTableLine* pLine = aLines[nRow]; in CollectBoxSelection() local 341 ASSERT( pLine, "Missing table line" ); in CollectBoxSelection() 380 SwTableLine* pLine = aLines[nRow]; in CollectBoxSelection() local 381 ASSERT( pLine, "Missing table line" ); in CollectBoxSelection() 702 SwTableLine* pLine = aLines[ i ]; in NewInsertCol() local 987 SwTableLine* pLine = aLines[nRow]; in _FindSuperfluousRows() local 1697 SwTableLine* pLine = aLines[nRow]; in CreateSelection() local 1862 SwTableLine* pLine = aLines[nRow]; in ExpandColumnSelection() local 1880 SwTableLine* pLine = aLines[nRow]; in ExpandColumnSelection() local [all …]
|
H A D | swtable.cxx | 472 while ( pLine ) in lcl_SortedTabColInsert() 495 pCur = pLine->GetUpper(); in lcl_SortedTabColInsert() 653 while ( pLine ) in GetTabCols() 659 pLine = pLine->GetUpper() ? pLine->GetUpper()->GetUpper() : 0; in GetTabCols() 750 while ( pLine ) in lcl_ProcessBoxSet() 760 pCur = pLine->GetUpper(); in lcl_ProcessBoxSet() 1037 while ( pLine ) in SetTabCols() 1049 pLine = pLine->GetUpper() ? pLine->GetUpper()->GetUpper() : 0; in SetTabCols() 1459 const SwTableLine* pLine; in GetTblBox() local 1964 while( pLine->GetUpper() ) in IsInHeadline() [all …]
|
/aoo41x/main/svtools/source/edit/ |
H A D | texteng.cxx | 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() 1181 TextLine* pLine = 0; in ImpFindIndex() local 1189 pLine = pTmpLine; in ImpFindIndex() 2371 pLine->SetValid(); in CreateLines() 2523 pLine->SetInvalid(); in CreateLines() 2580 pLine = 0; in CreateLines() 2593 if ( pLine ) in CreateLines() [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()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 1846 …pLine->m_aDateField.SetPosSizePixel(pLine->m_aValueEdit.GetPosPixel(), pLine->m_aValueEdit.GetSize… in IMPL_LINK() 1865 pLine = *pFound; in IMPL_LINK() 1866 pLine->SetRemoved(); in IMPL_LINK() 1871 pLine = *pIter; in IMPL_LINK() 1943 (long)pLine->m_aTypeBox.GetEntryData( pLine->m_aTypeBox.GetSelectEntryPos() ) ); in IsLineValid() 1972 if ( !IsLineValid( pLine ) ) in ValidateLine() 2198 pLine->SetRemoved(); in ClearAllLines() 2199 delete pLine; in ClearAllLines() 2213 if ( pLine->m_bIsRemoved ) in DoScroll() 2244 if ( !pLine->m_bIsRemoved && pLine->m_aNameBox.GetText() == rName ) in DoesCustomPropertyExist() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 1504 { bUL_LR = sal_True; bUL = sal_True; if( pLine ) pInsLine = pLine; } in SetUpper() 1506 { bUL_LR = sal_True; bUL = sal_False; if( pLine ) pInsLine = pLine; } in SetLower() 1932 if( pLine && pLine->GetTabBoxes().Count() ) in lcl_CalcNewWidths() 2437 pBox = pLine->GetTabBoxes()[pLine->GetTabBoxes().Count()-1]; in FindPreviousBox() 2465 pBox = pLine->GetTabBoxes()[pLine->GetTabBoxes().Count()-1]; in FindPreviousBox() 2469 pBox = pLine->GetTabBoxes()[pLine->GetTabBoxes().Count()-1]; in FindPreviousBox() 2521 SwTableLine* pLine; in lcl_GetDistance() local 3959 if( pLine->GetUpper() ) in SetColWidth() 4237 if( pLine->GetUpper() ) in lcl_InsDelSelLine() 4343 if( pLine == pBaseLine ) in SetRowHeight() [all …]
|
H A D | tblcpy.cxx | 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() 635 pLine == rDstTbl.GetTabLines()[0] ) in lcl_CpyBox() 949 SwTableLine* pLine = pFLine->GetLine(); in InsTable() local 957 pLine = pInsFLine->GetLine(); in InsTable() 966 if( pLine->GetTabBoxes().Count() < nSttBox || in InsTable() 967 ( pLine->GetTabBoxes().Count() - nSttBox ) < in InsTable() 1088 while( pLine->GetUpper() ) in SelLineFromBox() [all …]
|
/aoo41x/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 …]
|
/aoo41x/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() 379 pLine = aLine.GetBuffer(); in read() 389 if( pLine[i] == ';' ) in read() [all …]
|
/aoo41x/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() 811 pLine = pNextLine + strlen( FILE_LINEEND ); in GetDebugData() 896 static void ImplDbgPrintFile( const sal_Char* pLine ) in ImplDbgPrintFile() argument 902 FilePrintF( pDebugFile, "%s%s", pLine, FILE_LINEEND ); in ImplDbgPrintFile() 1699 sal_Char* pLine = &aLine[7]; in DbgOut() local 1705 pLine--; in DbgOut() 1706 *(pLine) = (sal_Char)i + 48; in DbgOut() [all …]
|
/aoo41x/main/tools/source/generic/ |
H A D | config.cxx | 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() 348 while ( (pLine[nNameLen-1] == ' ') || (pLine[nNameLen-1] == '\t') ) in ImplMakeConfigList() 409 while ( (pLine[nNameLen-1] == ' ') || (pLine[nNameLen-1] == '\t') ) in ImplMakeConfigList() 416 pLine += nKeyLen; in ImplMakeConfigList() 419 while ( (*pLine == ' ') || (*pLine == '\t') ) in ImplMakeConfigList() 422 pLine++; in ImplMakeConfigList() [all …]
|
/aoo41x/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 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() 83 pLine++; in createIndex() 107 while( *pLine && !( pLine[0] == '_' && pLine[1] == '_' )) in getInfoFromInd() 119 || ( ( pLine[i] < '0' || pLine[i] > '9' ) in getInfoFromInd() 120 && ( pLine[i] < 'a' || pLine[i] > 'f' ) in getInfoFromInd() 121 && ( pLine[i] < 'A' || pLine[i] > 'F' ) ) ) in getInfoFromInd() 135 } while( pLine[0] == '_' && pLine[1] == '_' ); in getInfoFromInd() [all …]
|
/aoo41x/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() 950 while( pLine->GetUpper() ) in GetBoxes() 951 pLine = pLine->GetUpper()->GetUpper(); in GetBoxes() 957 pLine = rEndBox.GetUpper(); in GetBoxes() 958 while ( pLine->GetUpper() ) in GetBoxes() 959 pLine = pLine->GetUpper()->GetUpper(); in GetBoxes() [all …]
|
/aoo41x/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() 722 pLine = pLeft; in QueryXMLValue() 725 pLine = pRight; in QueryXMLValue() 728 pLine = pTop; in QueryXMLValue() [all …]
|
/aoo41x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 136 const SwTableBoxes& rBoxes = pLine->GetTabBoxes(); in GetLineHeight() 165 const SwTableLine *pLine = pBox->GetUpper(); in GetLineHeight() local 167 if( !pLine ) in GetLineHeight() 170 const SwFrmFmt *pLineFrmFmt = pLine->GetFrmFmt(); in GetLineHeight() 184 const SwTableLine *pLine = pBox->GetUpper(); in GetLineBrush() local 186 while( pLine ) in GetLineBrush() 195 if( !pLine->GetUpper() ) in GetLineBrush() 205 pBox = pLine->GetUpper(); in GetLineBrush() 206 pLine = pBox ? pBox->GetUpper() : 0; in GetLineBrush() 434 /*const*/ SwTableLine *pLine = rLines[nLine]; in CollectTableRowsCols() local [all …]
|
/aoo41x/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()
|
/aoo41x/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() 410 Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesRemoveButton() argument 411 ImageButton( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesRemoveButton() [all …]
|
/aoo41x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1838 if(pLine) in SvxLineToLine() 2274 pLine[ 0 ] = GetTop(); in Store() 2275 pLine[ 1 ] = GetLeft(); in Store() 3233 pLine( NULL ) in SvxLineItem() 3251 delete pLine; in ~SvxLineItem() 3288 else if ( pLine ) in QueryValue() 3327 if ( !pLine ) in PutValue() 3367 if ( pLine ) in GetPresentation() 3382 if( pLine ) in Store() 3398 if ( pLine ) pLine->ScaleMetrics( nMult, nDiv ); in ScaleMetrics() [all …]
|
/aoo41x/main/l10ntools/source/ |
H A D | gsicheck.cxx | 312 if ( pLine->GetLanguageId().Equals( aSourceLang ) ) in InsertLine() 319 pLine->NotOK(); in InsertLine() 323 pSourceLine = pLine; 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 350 pReferenceLine = pLine; in SetReferenceLine() 371 GSILine *pLine ) in PrintList() argument 382 aContext = pLine->GetText().Copy( 0, 300 ); in PrintList() [all …]
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 263 SwTableLine* pLine, in InsBoxen() argument 935 SwTableLine* pLine; in TextToTable() local 1334 SwTableLine* pLine; in TextToTable() local 3242 while( pLine->GetUpper() ) in SplitTable() 3243 pLine = pLine->GetUpper()->GetUpper(); in SplitTable() 3473 while( pLine->GetUpper() ) in SplitTable() 3474 pLine = pLine->GetUpper()->GetUpper(); in SplitTable() 3865 _FndLine* pLine; in SetTableAutoFmt() local 3869 pLine = rFLns[n]; in SetTableAutoFmt() 3873 pLine->SetUpper( 0 ); in SetTableAutoFmt() [all …]
|
/aoo41x/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() 1029 const OUString* pLine = (const OUString*)aAny.getValue(); in getSubstWidth() local 1030 if( pLine->getLength() ) in getSubstWidth() 1061 const OUString* pLine = (const OUString*)aAny.getValue(); in getSubstType() local 1062 if( pLine->getLength() ) in getSubstType() [all …]
|